Update Tool Credential
API Endpoints
Update Tool Credential Endpoint
Update an existing tool credential by its ID.
PUT
Update Tool Credential
Description
Update an existing tool credential by its ID.Endpoint
PUT/v3/tools/credentials/{credential_id}
Authentication
API Key (x-api-key) must be included in the header.Path Parameters
credential_id(string) - The ID of the credential to update.
Request Body
A JSON object containing the updated credential data.Response
A message confirming that the credential was updated.Example Request
Authorizations
Path Parameters
The ID of the credential to update.
Body
application/json
Updated credential data
Response
Credential updated successfully
Example:
"Credential updated successfully."